type runtime.statDepSet
16 uses
runtime (current package)
metrics.go#L33: deps statDepSet
metrics.go#L519: type statDepSet [1]uint64
metrics.go#L522: func makeStatDepSet(deps ...statDep) statDepSet {
metrics.go#L523: var s statDepSet
metrics.go#L531: func (s statDepSet) difference(b statDepSet) statDepSet {
metrics.go#L532: var c statDepSet
metrics.go#L540: func (s statDepSet) union(b statDepSet) statDepSet {
metrics.go#L541: var c statDepSet
metrics.go#L549: func (s *statDepSet) empty() bool {
metrics.go#L559: func (s *statDepSet) has(d statDep) bool {
metrics.go#L703: ensured statDepSet
metrics.go#L712: func (a *statAggregate) ensure(deps *statDepSet) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |